home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00141_Make Quit Face.old.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  309 b   |  18 lines

  1. on enterFrame
  2.   if rollOver(15) then
  3.     puppetSprite(19, 1)
  4.     set the memberNum of sprite 19 to 176
  5.     put "that's a rollover"
  6.     put the memberNum of sprite 19
  7.     repeat while the rollOver
  8.       updateStage()
  9.     end repeat
  10.   else
  11.     puppetSprite(19, 0)
  12.   end if
  13. end
  14.  
  15. on exitFrame
  16.   go(the frame)
  17. end
  18.